@charset "utf-8";
/* CSS Document */
.infophoto{
	height:250 px;
}
.info{
	float:left;
	size:24px;
	font:"Comic Sans MS", cursive;
}
.photo{
	float:right;
	width:inherit;
}

.section{
	margin-bottom:70px;
}
.section-left{
	float:left;
}
.section-right{
	margin-left:150px;
}
strong{
	font-size:26px;
}
.section{
		margin-bottom:70px;
		text-align:justify;
}
h2{
	font-size:28px;
	color:rgba(0,102,255,1);
	text-transform:uppercase;
}
h3{
	font-size:20px;
}
.section.left{
	float:left;
	font-weight:bold;
	font-size:20px;
	}
.section-right{
	margin-left:150px;	
}
.titulo{
	font-weight:bold;
	font-size:20 px;	
}
#Est-left p{
	margin-bottom:37px;
} 
.section-right{
	margin-left: 150 px;
	margin-top: 37px;
}
#exp-left p{
	margin-top: 32px;
}
body{
	background-color:rgba(255,102,255,1);
}
.page{
	width: 780px;
	margin:auto;
	font-size:16px;
	font-family:Calibri, Tahoma, sans-serif;
	padding:40px;
	border:5px #3388CC;
	border-radius: 10px;
	box-shadow: 2px, 4px, 3px, rgba(0,0,0,1);
	background-color: #FFFFFF;
}
.section:hover{
	color: #00AA00;
}